home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 210 / applic / assigner.doc < prev    next >
Encoding:
Text File  |  1988-01-12  |  2.8 KB  |  57 lines

  1.  
  2.                           ASSIGN.SYS Selector Program
  3.                                  by Tom Hudson
  4.  
  5.          Here's a little program that should help those people who use
  6.          GDOS with multiple ASSIGN.SYS files on an autobooting hard
  7.          drive.  This program will allow you to select the ASSIGN.SYS
  8.          file you want from up to ten at start-up time, and will set
  9.          up the file you select as the ASSIGN.SYS file in the root
  10.          directory of drive C.
  11.  
  12.          To use this program, first clear out your AUTO folder on
  13.          drive C of your hard disk by copying the files to another
  14.          disk (or a RAMdisk) and deleting all the files in it.  Next,
  15.          copy the ASSIGNER.PRG program into the AUTO folder.  This
  16.          insures that the ASSIGNER program is the first program to run
  17.          -- it must run before the GDOS program runs so that the
  18.          ASSIGN.SYS file will be ready for GDOS to use.
  19.  
  20.          Next, copy in all the other files that you want in the AUTO
  21.          folder, such as your RAMdisk installer, 40 Folder Limit
  22.          fixers, etc., and GDOS.PRG.
  23.  
  24.          Once you have your main files in the AUTO folder, you should
  25.          place all the ASSIGN.SYS files you normally use in the AUTO
  26.          folder as well.  There can be up to ten different ASSIGN
  27.          files here, with a filename of ASSIGN*.SYS.  That is, the
  28.          filename could be:
  29.  
  30.                   ASSIGN1.SYS    --   First ASSIGN file
  31.                   ASSIGNDE.SYS   --   DEGAS Elite ASSIGN file
  32.                   ASSIGNED.SYS   --   Easy Draw ASSIGN file
  33.                   ASSIGN1W.SYS   --   First Word ASSIGN file
  34.  
  35.          and so on.  Use your imagination and use meaningful
  36.          two-letter codes.  Remember, though, the first six letters
  37.          must be ASSIGN and the extension must be .SYS.
  38.  
  39.          When the ASSIGN files are installed, you're ready to roll!
  40.          Re-boot your computer and the ASSIGNER program will display a
  41.          list of the available ASSIGNn.SYS files on your disk, with a
  42.          number to the left, from 0-9.  To pick the ASSIGN file you
  43.          want, press the number key corresponding to the number to the
  44.          left of the filename, and this file will be automatically
  45.          copied into the root directory of drive C as ASSIGN.SYS.  To
  46.          leave the ASSIGN.SYS file the way it is, press the ESC key.
  47.  
  48.          This program is fully error-trapped, and will tell you if
  49.          your ASSIGNn.SYS file is empty (a null file), or if the
  50.          creation of the AUTORUN.SYS file was unsuccessful.
  51.  
  52.          Hopefully, this program will make life easier for many hard
  53.          disk users who also use GDOS.
  54.  
  55.          Please send any questions or comments to Tom Hudson,
  56.          76703,4224.
  57.